{"version":3,"file":"static/chunks/pages/site-explorer/detail-public/[...id]-ca833ff216688155.js","mappings":"uFACA,CAAAA,OAAAC,QAAA,CAAAD,OAAAC,QAAA,MAAAC,IAAA,EACA,uCACA,WACA,OAAeC,EAAQ,OACvB,EACA,4KCyBAC,CAAAA,EAAA,QAvB8C,IAC5C,GAAAC,EAAAC,IAAA,EAACC,EAAAA,EAAKA,CAAAA,WACJ,GAAAF,EAAAG,GAAA,EAACC,IAAIA,UACH,GAAAJ,EAAAC,IAAA,EAACI,QAAAA,WAAM,2BAAyBC,CAAAA,EAAAA,EAAAA,EAAAA,EAAYC,eAE9C,GAAAP,EAAAG,GAAA,EAACK,EAAAA,CAAaA,CAAAA,UACZ,GAAAR,EAAAG,GAAA,EAACM,EAAAA,EAA4BA,CAAAA,CAAAA","sources":["webpack://_N_E/?2484","webpack://_N_E/./src/pages/site-explorer/detail-public/[...id].tsx"],"sourcesContent":["\n (window.__NEXT_P = window.__NEXT_P || []).push([\n \"/site-explorer/detail-public/[...id]\",\n function () {\n return require(\"private-next-pages/site-explorer/detail-public/[...id].tsx\");\n }\n ]);\n if(module.hot) {\n module.hot.dispose(function () {\n window.__NEXT_P.push([\"/site-explorer/detail-public/[...id]\"])\n });\n }\n ","import {NoSsr} from '@/components/common-components';\nimport {serverSideTranslations} from 'next-i18next/serverSideTranslations';\nimport {CompetitorResearcherDetailV2} from '@/components/dashboard/pages/site-explorer-page/detail-page';\nimport {ErrorBoundary} from '@/components/ErrorBoundary';\nimport type {NextPage} from 'next';\nimport Head from 'next/head';\nimport {getLocation} from '@/utils/string';\n\nconst CompetitorResearcherDetails: NextPage = () => (\n \n \n Competitor Researcher | {getLocation(location)}\n \n \n \n \n \n);\nexport async function getStaticPaths() {\n return {\n paths: [],\n fallback: true,\n };\n}\n\n\nexport const getStaticProps = async ({locale}) => ({\n props: {\n ...await serverSideTranslations(locale, ['common', 'components', 'competitor-researcher', 'settings']),\n },\n});\nexport default CompetitorResearcherDetails;\n"],"names":["window","__NEXT_P","push","__webpack_require__","__webpack_exports__","react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__","jsxs","NoSsr","jsx","Head","title","getLocation","location","ErrorBoundary","CompetitorResearcherDetailV2"],"sourceRoot":""}